home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / cabomsrc.lha / CaBoom / gst.c < prev    next >
C/C++ Source or Header  |  1995-08-24  |  552b  |  28 lines

  1. // ANSI headers
  2. #include <string.h>
  3. #include <ctype.h>
  4. #include <stdlib.h>
  5.  
  6. // Amiga headers
  7. #include <exec/types.h>
  8. #include <exec/memory.h>
  9. #include <intuition/intuition.h>
  10. #include <dos/dos.h>
  11. #include <workbench/startup.h>
  12. #include <graphics/gfxmacros.h>
  13.  
  14. // Protos
  15. #include <proto/exec.h>
  16. #include <proto/intuition.h>
  17. #include <proto/dos.h>
  18. #include <proto/commodities.h>
  19. #include <proto/icon.h>
  20. #include <proto/utility.h>
  21. #include <proto/graphics.h>
  22. #include <proto/layers.h>
  23. #include <proto/timer.h>
  24.  
  25. // Amiga.lib
  26. #include <clib/alib_protos.h>
  27.  
  28.